home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / bubble_tanks_2.swf / scripts / DefineButton2_428 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-02  |  129 b   |  6 lines

  1. on(release){
  2.    _global.pageTest = "hotkeys";
  3.    _root.settingsMenu.gotoAndPlay("hotkeysStart");
  4.    this.gotoAndPlay(16);
  5. }
  6.